Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: support FigmentProviders settings #7812

Merged

Conversation

mattsse
Copy link
Member

@mattsse mattsse commented Apr 29, 2024

closes #7715

a lot of cast commands make use of Config::from(RpcOpts) which always resolved remappings.

This introduces a way to configure what kind of providers should be invoked when populating Config -> Figment

The impl_figment_convert_cast now skips remappings.

This could be further improved by adding more settings, but should be good enough

@mattsse mattsse merged commit ba399ae into foundry-rs:master Apr 30, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cast command rpc perf improvements
2 participants